home *** CD-ROM | disk | FTP | other *** search
- #
- # Microsoft makefile for GETDOC [Win32]
- # Requires SEE32.DLL & SEE32.LIB
- #
- # To use: "nmake getdoc32._m_"
- #
-
- !include <win32.mak>
-
- CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp
-
- getdoc.exe: getdoc.obj see32.lib
- link $(conlflags) getdoc.obj -out:getdoc.exe $(conlibs) see32.lib user32.lib kernel32.lib user32.lib
-
- getdoc.obj: getdoc.c see.h
- cl $(cflags) $(cvars) getdoc.c
-
-